.contact-us{
  display: block;             /* Use flexbox for centering */
      justify-content: center;   /* Horizontal center */
      align-items: center;       /* Vertical center */  
      margin: 0 auto;
      height: 100%;
      margin: 0%;
      padding-left: 8cap;
      padding-right: 80px;
      font-family: Arial, Helvetica, sans-serif;
}    
  .contact-us-text{   
    text-align: center;
    font-size: 25px;
    border-bottom: 2px solid;
    border-color: lightgray;
    padding-bottom: 20px;
  }
  .location-text{
    text-align: center;
    font-size: 80px;
  }
  .location-address, .location-phone, .location-week, .location-hours{
    text-align: center;
    font-size: 20px;
    color: lightgray;
  }
 